projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5408fd7
)
Fix test for `--test` filtering
author
Alex Crichton
<alex@alexcrichton.com>
Sat, 21 Mar 2015 00:48:55 +0000
(17:48 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Sat, 21 Mar 2015 00:48:55 +0000
(17:48 -0700)
The flag now only applies to integration tests, not all targets with the
specified name.
tests/test_cargo_test.rs
patch
|
blob
|
history
diff --git
a/tests/test_cargo_test.rs
b/tests/test_cargo_test.rs
index 8eccc5742860a350b4d7de386f09b13abed0ad1d..bc7b49b99a60faffbcf7c5c48e1ed6e8fe534e9a 100644
(file)
--- a/
tests/test_cargo_test.rs
+++ b/
tests/test_cargo_test.rs
@@
-924,13
+924,6
@@
test test_b ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
-{running} target[..]b-[..]
-
-running 1 test
-test test_b ... ok
-
-test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
-
",
compiling = COMPILING,
running = RUNNING,